.touch html {
    overflow: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    font-family: Arial;
}

.touch .overflow_wrapper {
    overflow: hidden;
}

a {
    color: #1466bc;
    font-family: Arial;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.img-left {
    float: left;
    margin: 0 10px 0px 0;
}

.img-rounded {
    border-radius: 6px;
}

img {
    max-width: 100%;
}

figure {
    margin: 35px 0 0px 0;
}

figure img {
    max-width: 100%;
}

.show {
    visibility: visible !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.background_cover {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.columns_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.page-header {
    border-bottom: 1px solid #cccccc;
    margin: 20px 0 20px;
    padding-bottom: 9px;
    padding-top: 20px;
    font-weight: 300;
}

.video_iframe {
    border: none;
    width: 100%;
}

.menu_container>ul>li.active>a {
    border-top-color: rgba(0, 0, 0, 0.2);
    background: #1466bc !important;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.menu_container>ul>li:hover>a {
    border-top-color: rgba(0, 0, 0, 0.2);
    background: #1466bc !important;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.mobile_collapser {
    background-color: #1466bc !important;
    border-bottom: solid 0px #2a6496 !important;
}

.bs-example-tabs .nav-tabs {
    margin-bottom: 15px;
}

.centered_button {
    text-align: center;
    padding: 20px 0 0 0;
}

p {
    line-height: 1.5;
}

.pager li a {
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff;
    background-color: #1466bc;
    font-weight: 600;
}

.pager li a:hover {
    color: #666666;
}



.btn {
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    border: 2px solid transparent;

    letter-spacing: 0.3px;
    font-weight: 600;
    text-align: center;
    background-image: none;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 6px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}


.btn-default {
    color: #333333;
    background-color: #efefef;
    border-color: #333333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333333;
    background-color: #d6d6d6;
    border-color: #141414;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #efefef;
    border-color: #333333;
}

.btn-default .badge {
    color: #efefef;
    background-color: #333333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #efefef;
    background-color: #333333;
    border-color: #efefef;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #efefef;
    border-color: #333333;
}

.btn-primary {
    color: #efefef;
    background-color: #1466bc;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #efefef;
    background-color: #3071a9;
    border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #1466bc;
    border-color: transparent;
}

.btn-primary .badge {
    color: #1466bc;
    background-color: #efefef;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #1466bc;
    background-color: #efefef;
    border-color: #1466bc;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #1466bc;
    border-color: transparent;
}

.btn-primary-inv {
    color: #1466bc;
    background-color: #efefef;
    border-color: #1466bc;
}

.btn-primary-inv:hover,
.btn-primary-inv:focus,
.btn-primary-inv.focus,
.btn-primary-inv:active,
.btn-primary-inv.active,
.open>.dropdown-toggle.btn-primary-inv {
    color: #1466bc;
    background-color: #d6d6d6;
    border-color: #2d6ca2;
}

.btn-primary-inv:active,
.btn-primary-inv.active,
.open>.dropdown-toggle.btn-primary-inv {
    background-image: none;
}

.btn-primary-inv.disabled,
.btn-primary-inv[disabled],
fieldset[disabled] .btn-primary-inv,
.btn-primary-inv.disabled:hover,
.btn-primary-inv[disabled]:hover,
fieldset[disabled] .btn-primary-inv:hover,
.btn-primary-inv.disabled:focus,
.btn-primary-inv[disabled]:focus,
fieldset[disabled] .btn-primary-inv:focus,
.btn-primary-inv.disabled.focus,
.btn-primary-inv[disabled].focus,
fieldset[disabled] .btn-primary-inv.focus,
.btn-primary-inv.disabled:active,
.btn-primary-inv[disabled]:active,
fieldset[disabled] .btn-primary-inv:active,
.btn-primary-inv.disabled.active,
.btn-primary-inv[disabled].active,
fieldset[disabled] .btn-primary-inv.active {
    background-color: #efefef;
    border-color: #1466bc;
}

.btn-primary-inv .badge {
    color: #efefef;
    background-color: #1466bc;
}

.btn-primary-inv:hover,
.btn-primary-inv:focus,
.btn-primary-inv:active,
.btn-primary-inv.active,
.open .dropdown-toggle.btn-primary-inv {
    color: #efefef;
    background-color: #1466bc;
    border-color: #efefef;
}

.btn-primary-inv:active,
.btn-primary-inv.active,
.open .dropdown-toggle.btn-primary-inv {
    background-image: none;
}

.btn-primary-inv.disabled,
.btn-primary-inv[disabled],
fieldset[disabled] .btn-primary-inv,
.btn-primary-inv.disabled:hover,
.btn-primary-inv[disabled]:hover,
fieldset[disabled] .btn-primary-inv:hover,
.btn-primary-inv.disabled:focus,
.btn-primary-inv[disabled]:focus,
fieldset[disabled] .btn-primary-inv:focus,
.btn-primary-inv.disabled:active,
.btn-primary-inv[disabled]:active,
fieldset[disabled] .btn-primary-inv:active,
.btn-primary-inv.disabled.active,
.btn-primary-inv[disabled].active,
fieldset[disabled] .btn-primary-inv.active {
    background-color: #efefef;
    border-color: #1466bc;
}

.btn-primary-inv:hover {
    color: #fff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #5cb85c;
    background-color: #ffffff;
    border-color: #5cb85c;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #5bc0de;
    background-color: #ffffff;
    border-color: #5bc0de;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #f0ad4e;
    background-color: #ffffff;
    border-color: #f0ad4e;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #d9534f;
    background-color: #ffffff;
    border-color: #d9534f;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 9px;
}


#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 35px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url(../image/owl.video.play.png) no-repeat left top;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 9;
}

#toTopHover {
    background: url(../image/owl.video.play.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
    outline: none;
}


header {
    font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: none;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.top_bar {
    padding: 0px 0;
    height: auto;
    overflow: hidden;
    background-color: #eaeaea;
    border-bottom: solid 1px #cccccc;
    position: relative;
    top: 0px;
    z-index: 4;
}

.top_bar .container {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
    background-color: #eaeaea !important;
}

.top_bar .container:after {
    content: "";
    height: 1px;
    background-color: #eaeaea;
    width: 101%;
    display: block;
    left: -4px;
    bottom: 0px;
    position: absolute;
    z-index: 2;
}

.top_bar .tob_bar_right_col {
    text-align: right;
}

.top_bar .tob_bar_right_col p {
    font-size: 12px;
    padding: 14px 0;
    margin: 0;
    line-height: 17px;
    font-weight: 600;
}

.top_bar ul.top_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top_bar ul.top_menu li {
    float: left;
}

.top_bar ul.top_menu li a {
    display: inline-block;
    padding: 14px 14px 14px 0;
    font-size: 12px;
    font-weight: 600;
}

.top_bar ul.top_menu li a:link,
.top_bar ul.top_menu li a:visited {
    color: #666666;
}

.top_bar ul.top_menu li a:hover,
.top_bar ul.top_menu li a:active {
    color: #1466bc;
}

.logo {
    
    max-height: 100px;
    float: left;
    
}

.logo a.brand {

    line-height: 30px;
    margin: 0px 0;
    padding: 0px;
    overflow: hidden;
    display: block;
}

.logo a.brand img {
    float: left;
    margin: 2px 8px 2px 0;

}

.logo a.brand span.logo_title {
    height: 30px;
    font-size: 32px;
    line-height: 30px;
    font-weight: 800;
    display: block;
    float: left;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.logo a.brand:link,
.logo a.brand:visited {
    color: #666666;
}

header.centered .container {
    text-align: center;
}

header.centered .logo {
    float: none;
    margin: 20px auto 0px auto;
    display: inline-block;
    width: auto;
}

header.centered .menu_container {
    margin: 4px 0;
    float: none;
}

header.centered .menu_container>ul {
    float: left;
    margin: 0px 0 0px 0;
    text-align: center;
    display: block;
}

header.centered .menu_container>ul>li {
    display: inline-block;
    float: none;
}

header.centered .menu_container>ul>li.right {
    float: right;
}

header.centered .menu_container>ul>li ul {
    text-align: left;
}


.sticky_header header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.sticky_header header .container {
    position: relative;
    background-color: #efefef;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sticky_header header .logo {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky_header header .menu_container {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky_header header .top_bar {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky_header header .triangle-up-right {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    right: -100px;
    overflow: hidden;
}

.sticky_header header .triangle-up-right:after {
    content: "";
    position: absolute;
    width: 142px;
    height: 142px;
    background: #efefef;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -71px;
    left: -71px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sticky_header header .triangle-up-left {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: -100px;
    overflow: hidden;
}

.sticky_header header .triangle-up-left:after {
    content: "";
    position: absolute;
    width: 142px;
    height: 142px;
    background: #efefef;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -71px;
    left: 29px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sticky_header header.stuck {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sticky_header header.stuck .triangle-up-right:after,
.sticky_header header.stuck .triangle-up-left:after {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.sticky_header header.stuck .triangle-up-right:after {
    background-color: #eaeaea;
}

.sticky_header header.stuck .triangle-up-left:after {
    background-color: #eaeaea;
}

.sticky_header header.stuck .container {
    background-color: #eaeaea;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.sticky_header header.stuck .top_bar {
    -webkit-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    -o-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
    margin-top: -50px;
}

.sticky_header .full_page_photo {
    position: fixed;
    top: 0;
}

.sticky_header .full_page_photo .flexslider .flex-control-nav {
    z-index: 10;
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    bottom: -20px;
}

.sticky_header .full_page_photo .flexslider .flex-control-nav.disappear {
    opacity: 0;
}

.sticky_header .main {
    position: relative;
    background-color: #efefef;
    top: 99px;
}


.flexslider {
    margin-bottom: 0px;
}

.flexslider .container {
    position: relative;
    z-index: 9;
    text-align: center;
    height: 580px;
    width: 100%;
}

.flexslider .container .carousel-caption {
    visibility: hidden;
    bottom: 0;
    opacity: 10;
    filter: alpha(opacity=1000);
    margin: 0 auto;
    padding: 0px 0px;
    background: none;
    text-align: center;
    left: 0;
    right: 0;
}

.flexslider .container .carousel-caption h1 {
    display: inline-block;
    margin: 0 0 0px 0;
    padding: 16px 30px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 1em;
    color: #efefef;
    font-size: 45px;
    font-weight: 300;
    width: 100%;
    border: solid 0px #ffffff;
}

.flexslider .container .carousel-caption h1.skincolored {
    background-color: #1466bc;
    background-color: rgba(66, 139, 202, 0.5);
}

.flexslider .container .carousel-caption .lead {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 16px 30px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 1.25;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.flexslider .container .carousel-caption .lead.skincolored {
    background-color:#1466bc;
    background-color: rgba(20, 102, 188, 0.7);
}

.flexslider .container .carousel-caption .btn {
    margin-top: 15px;
}

.flexslider a.carousel-control {
    height: 80px;
    margin-top: 0;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    background-color: transparent;
    border: 0;
}

.flexslider .item {
    height: 580px;
    width: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flexslider .flex-control-paging li a {
    background-color: #1466bc;
    background-color: rgba(66, 139, 202, 0.6);
    border-radius: 2px;
    box-shadow: none;
}

.flexslider .flex-control-paging li a.flex-active {
    background: #1466bc;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.flexslider .flex-control-nav {
    visibility: hidden;
}

.full_page_photo {
    font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 360px;
    width: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.full_page_photo.no_photo {
    height: 265px;
    background-color: #1466bc;
}

.full_page_photo.slider_wrapper {
    height: 580px;
}

.full_page_photo .hgroup {
    position: absolute;
    bottom: 0;
    opacity: 10;
    filter: alpha(opacity=1000);
    margin: 0 auto;
    padding: 0px 0;
    background: none;
    text-align: left;
    left: 0;
    right: 0;
}

.full_page_photo .hgroup.centered {
    text-align: center;
}

.full_page_photo .hgroup .hgroup_title {
    padding: 27px 30px 7px 30px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
}

.full_page_photo .hgroup .hgroup_title.skincolored {
    background-color: #1466bc;
    background-color: rgba(66, 139, 202, 0.7);
}

.full_page_photo .hgroup .hgroup_title h1 {
    margin: 0 0 0px 0;
    line-height: 1em;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);

}

.full_page_photo .hgroup .hgroup_subtitle {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px 0.full_page_photo .hgroup .hgroup_subtitle;
    width: 100%;
}

.full_page_photo .hgroup .hgroup_subtitle.skincolored {
    background-color: #1466bc;
    background-color: rgba(20, 102, 188, 0.7);
    color: #fff;
}

.full_page_photo .hgroup .hgroup_subtitle ul {
    padding: 8px 0;
}

.full_page_photo .hgroup .hgroup_subtitle ul li {
    padding: 0 10px;
    display: inline-block;
    font-size: 12px;
}

.full_page_photo .hgroup .hgroup_subtitle ul li a {
    color: #ddd;
}

.full_page_photo .hgroup .hgroup_subtitle ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

.full_page_photo .hgroup .hgroup_subtitle ul li span {
    color: #fff;
    font-weight: 500;
}

.full_page_photo#video {
    height: 530px;
}

#map {
    height: 480px;
}

#map img {
    max-width: none !important;
}

.wait_for_photo_load {
    visibility: hidden;
    -webkit-animation-name: none;
    -moz-animation-name: none;
    animation-name: none;
}


#big-video-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#big-video-image {
    max-width: 200% !important;
}

#big-video-vid,
#big-video-image {
    position: absolute;
}

#big-video-control-container {
    display: block !important;
    position: absolute;
    bottom: -8px;
    left: 0%;
    padding: 0 0px;
    width: 100%;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -ms-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

#big-video-control-container.show {
    z-index: 10;
}

#big-video-control-container.disappear {
    z-index: 0;
}

#big-video-control {
    width: 100%;
    height: 8px;
    position: relative;
}

#big-video-control-middle {
    margin: 0 0px;
}

#big-video-control-bar {
    width: 100%;
    height: 8px;
    position: relative;
    cursor: pointer;
}

#big-video-control-progress {
    position: absolute;
    top: 0px;
    height: 3px;
    width: 0%;
    background: #1466bc;
}

#big-video-control-track {
    position: absolute;
    top: 0px;
    height: 8px;
    width: 100%;
    background: #000;
    opacity: 0.1;
}

#big-video-control-bound-left {
    left: 0;
}

#big-video-control-bound-right {
    right: -1px;
}

#big-video-control-track .ui-slider-handle {
    opacity: 0;
}

#big-video-control-play {
    position: absolute;
    top: -32px;
    left: 8px;
    height: 26px;
    width: 26px;
    font-size: 22px;
    color: #666;
}

#big-video-control-timer {
    position: absolute;
    top: -25px;
    left: 70px;
    color: #666;
    font-size: 11px;
}

#big-video-control-playhead,
#big-video-control-bound-left,
#big-video-control-bound-right {
    position: absolute;
    top: 0;
    height: 8px;
    width: 1px;
    background: #666;
}

#big-video-control .ui-slider-handle {
    border-left: solid 1px #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
    z-index: 10;
}

.transparent {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.vjs-big-play-button {
    display: none !important;
}

.mute {
    position: absolute;
    top: -32px;
    left: 40px;
    height: 26px;
    width: 26px;
    font-size: 22px;
    color: #666;
}


.main {
    background-color: #efefef;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    position: relative;

}

.main>.container.triangles-of-section div {
    top: -100px !important;
}

.main>.container.triangles-of-section div:after {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.main>.container.triangles-of-section div.square-left,
.main>.container.triangles-of-section div.square-right {
    top: -103px !important;
}

.main>.container.triangles-of-section div.square-left:after,
.main>.container.triangles-of-section div.square-right:after {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5);
}

.main section {
    padding: 75px 0 0 0;
}

.main .section {
    padding: 60px 0;
}

.main .skincolored_section {
    background-color: #1466bc;
    color: #fff !important;
    margin-top: 75px;
    padding-bottom: 75px;
}

.main .skincolored_section .container.triangles-of-section div:after {
    background-color: #1466bc;
}

.main .skincolored_section.following_dark {
    margin-top: 0px;
}

.main .skincolored_section:first-child {
    margin-top: 0px;
}

.main .dark_section {
    background: url(../image/company-bg.jpg);
    color: #efefef !important;
    margin-top: 75px;
    padding: 0 0 25px 0;
}

.main footer .dark_section {
    padding: 75px 0 0 0;
}

.main .dark_section .container.triangles-of-section div:after {
    background-color: #222222;
}

.main .dark_section.following_dark {
    margin-top: 0px;
}

.main .dark_section .btn:hover {
    border: solid 2px #efefef;
}

.main .dark_section:first-child {
    margin-top: 0px;
}

.main .dark_section .service_teaser .service_details {
    border-color: #666666;
}

.main .dark_section .section_header.fancy:before,
.main .dark_section .section_header.fancy:after {
    border-top: 1px solid #666666;
}

.main .dark_section .section_header small {
    color: #a3a3a3 !important;
}

.main .dark_section.horizontal_teaser .horizontal_teaser_right {
    border-left: 1px solid #666666 !important;
}

.main .dark_section .panel-body {
    color: #666666 !important;
}

.main .skincolored_section.triangled_section,
.main .dark_section.triangled_section {
    margin-top: 0px;
    padding-bottom: 75px;
}

.container.triangles-of-section {
    position: relative;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
}

.container.triangles-of-section .triangle-up-left {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -175px !important;
    left: -100px;
    overflow: hidden;
}

.container.triangles-of-section .triangle-up-left:after {
    content: "";
    position: absolute;
    width: 142px;
    height: 142px;
    background: #efefef;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 29px;
    left: -71px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.container.triangles-of-section .triangle-up-right {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -175px;
    right: -100px;
    overflow: hidden;
}

.container.triangles-of-section .triangle-up-right:after {
    content: "";
    position: absolute;
    width: 142px;
    height: 142px;
    background: #efefef;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 29px;
    left: 29px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.container.triangles-of-section .square-left {
    width: 900px;
    height: 103px;
    position: absolute;
    left: -1000px;
    top: -178px;
    overflow: hidden;
}

.container.triangles-of-section .square-left:after {
    content: "";
    position: absolute;
    width: 900px;
    height: 100px;
    background: #efefef;
    top: 3px;
    left: 0px;
}

.container.triangles-of-section .square-right {
    width: 900px;
    height: 103px;
    position: absolute;
    right: -1000px;
    top: -178px;
    overflow: hidden;
}

.container.triangles-of-section .square-right:after {
    content: "";
    position: absolute;
    width: 900px;
    height: 100px;
    background: #efefef;
    top: 3px;
    left: 0px;
}


section.call_to_action {
    text-align: center;
}

section.call_to_action img {
    padding: 0 0 16px 0;
}

section.call_to_action h3 {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;

    margin: 0;
}

section.call_to_action h4 {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 0px 0;
}

section.call_to_action strong {
    font-weight: 600;
}

section.call_to_action .btn {
    margin-top: 25px;
    outline: none;
}

section.features_teasers_wrapper .feature_teaser {
    text-align: center;
    border-right: solid 1px #cccccc;
    overflow: hidden;
    padding: 30px;
}

section.features_teasers_wrapper .feature_teaser:last-child {
    border-right: solid 0px #cccccc;
}

section.features_teasers_wrapper .feature_teaser img {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

section.features_teasers_wrapper .feature_teaser h3 {
    font-size: 16px;
    font-weight: 800;

}

.section_header {
    position: relative;
    font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    padding: 16px 0;
    margin: 35px 0;
    clear: both;
}

.section_header.centered {
    text-align: center !important;
}

.section_header.fancy {
    text-align: left;

    margin: 60px 0 35px 0;
    font-weight: 800;
}

.section_header.fancy:before,
.section_header.fancy:after {
    content: "";
    position: absolute;
    z-index: 0;
    height: 1px;
    border-top: 1px solid #ccc;
    top: 50%;
    width: 40%;
}

.section_header.fancy:before {
    right: 0;
}

.section_header.fancy:after {
    right: 0;
}

.section_header.fancy.centered {
    left: 0;
    padding: 25px 20%;
}

.section_header.fancy.centered:before {
    left: 0;
    width: 20%;
}

.section_header.fancy.centered:after {
    right: 0;
    width: 20%;
}

.section_header.fancy small {
    clear: both;
    display: block;
    font-size: 18px;
    text-transform: none;
    padding-top: 6px;
    color: #666666;
    font-weight: 300;
}

.section_header.fancy small:before {
    content: "";
    height: 3px;
    background-color:#1466bc;
    width: 60%;
    max-width: 100%;
    display: block;
    left: 0;
    top: 0px;
    position: absolute;
}

.section_header.fancy.centered small:before {
    left: 20%;
}

.section_header.elegant {
    text-align: left;
    letter-spacing: 0px;
    padding: 0 0 16px 0;
    margin: 0 0 35px 0;
    font-weight: 500;
    border-bottom: solid 1px #cccccc;
}

.section_header.elegant small {
    clear: both;
    display: block;
    text-transform: none;
    font-size: 15px;
    padding: 4px 0 0 0;
    color: #666666;
}

.section_header.elegant small:before {
    content: "";
    height: 3px;
    background-color: #1466bc;
    width: 60%;
    max-width: 100%;
    display: block;
    left: 0%;
    bottom: -2px;
    position: absolute;
}

.section_header.elegant.centered small:before {
    left: 20%;
}

.clients_section .clients_list {
    text-align: center;
}

.clients_section .clients_list a {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    -webkit-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.clients_section .clients_list a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

div.clients_section {
    margin-top: 50px;
}


#clients-list-container {
    display: block;
    width: 960px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 45px;
}

#content {
    display: block;
    width: 100%;
    padding: 25px 20px;
    padding-bottom: 35px;
}

#clients {
    display: block;
    margin-bottom: 15px;
}

#clients .clients-wrap {
    display: block;
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

#clients .clients-wrap ul {
    display: block;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#clients .clients-wrap ul li {
    display: block;
    float: left;
    position: relative;
    width: 180px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

#clients .clients-wrap ul li img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    opacity: 0.65;
}

#clients .clients-wrap ul li img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1.0;
}


section.twitter_feed_wrapper {
    color: #fff;
    padding-bottom: 35px !important;
    background-color: #1466bc;
    background-color: rgba(66, 139, 202, 0.7);
    background-image: url('../image/owl.video.play.svg');
    position: relative;
    margin-top: 140px !important;
    text-align: center;
}

section.twitter_feed_wrapper .twitter_feed_icon {
    height: 30px;
}

section.twitter_feed_wrapper .twitter_feed_icon a {
    padding: 0px 0;
    font-size: 44px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background-color: #1466bc;
    border: solid 2px #efefef;
    width: 100px;
    height: 100px;
    position: relative;
    top: -125px;
    line-height: 90px;
    border-radius: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

section.twitter_feed_wrapper .twitter_feed_icon a i {
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

section.twitter_feed_wrapper .twitter_feed_icon a:hover,
section.twitter_feed_wrapper .twitter_feed_icon a:active {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

section.twitter_feed_wrapper .twitter_feed_icon a:hover i,
section.twitter_feed_wrapper .twitter_feed_icon a:active i {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

section.twitter_feed_wrapper blockquote {
    margin: 0px 0;
    padding: 0px;
    min-height: 90px;
    font-size: 16px;
    border-left: 0px solid #ffffff;
}

section.twitter_feed_wrapper blockquote p {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 400;
}

section.twitter_feed_wrapper blockquote p a {
    color: #ffff00;
}

section.twitter_feed_wrapper .flexslider {
    background-color: transparent;
    height: 95px;
    overflow: hidden;
}

section.twitter_feed_wrapper .flexslider .item {
    height: 90px;
    margin: 0;
    background-color: transparent;
}

section.twitter_feed_wrapper .flexslider .flex-control-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -8px;
    left: 0px;
    visibility: visible;
}

section.twitter_feed_wrapper .flexslider .flex-direction-nav {
    display: none;
}

section.twitter_feed_wrapper .flexslider .flex-control-paging li a {
    background-color: #fff;
    opacity: 0.5;
    border-radius: 3px;
    box-shadow: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

section.twitter_feed_wrapper .flexslider .flex-control-paging li a.flex-active {
    background: none repeat scroll 0 0 #fff;
    opacity: 1;
}


.horizontal_teaser .horizontal_teaser_left {
    padding: 35px 35px 35px 0px;
    border-right: solid 1px #ccc;
}

.horizontal_teaser .horizontal_teaser_left h3 {
    font-weight: 600;
    padding: 0 0 10px 0;
    font-size: 26px;
}

.horizontal_teaser .horizontal_teaser_left p {
    line-height: 1.6em;
}

.horizontal_teaser .horizontal_teaser_right {
    border-left: solid 1px #ccc;
    padding-left: 35px;
    position: relative;
    left: -1px;
}

.horizontal_teaser .horizontal_teaser_right .twentytwenty-wrapper div img {
    border-radius: 6px;
}

.horizontal_teaser .horizontal_teaser_right iframe {
    height: 330px;
    margin: 55px 0;
    border-radius: 6px;
}

.horizontal_teaser .horizontal_teaser_right figure {
    height: 330px;
    margin: 55px 0;
    border-radius: 6px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.team_member {
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #ccc;
    color: #666666;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 6px;
    padding: 40px;
}

.team-img {
    padding: 15px 40px;
}

.team_member figure {
    margin: 0;
    padding: 0;
    background-size: cover;
    border-radius: 290px;
}

.team_member figure img {
    border-radius: 390px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    max-width: 100%;
}

.team_member figure img:hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

.team_member h5 {
    margin: 24px 0px 6px 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.team_member small {
    font-size: 13px;
    font-weight: 300;
}

.team_member hr {
    margin: 14px 0;
    border: #cccccc;
}

.team_member p.short_bio {
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 5px;
}

.team_member .team_social {
    margin: 0 0px 12px 0;
}

.team_member .team_social a {
    margin: 0 6px 12px 0;
    font-size: 18px;
    background-color: #1466bc;
    padding: 6px;
    width: 34px;
    height: 34px;
    line-height: 22px;
    display: inline-block;
    border-radius: 50%;
}

.team_member .team_social a:link,
.team_member .team_social a:visited {
    color: #ffffff;
}

.team_member .team_social a:hover,
.team_member .team_social a:active {
    color: #1466bc;
    text-decoration: none;
    background-color: #ffffff;
}


#newsletter input#email {
    margin-top: 25px;
    margin-right: 15px;
    width: 300px;
    padding: 13px;
    height: 100%;
}

#newsletterResponse {
    margin-left: 15px;
    transition: all 500ms ease;
}


.service_teaser {
    border-radius: 0px 0 0 0px;
    margin: 0 0 0px 0px;
}

.service_teaser .service_photo figure {
    border-radius: 0px;
    min-height: 200px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
}

.service_teaser .service_details {
    background-color: #ffffff;
    min-height: 100px;
    padding: 0 40px 0 20px;
}

.service_teaser .service_details h2 {
    font-weight: 600;
    font-size: 26px;
}

.service_teaser .service_details p {
    font-weight: 400;
}

.service_teaser.elegant {
    border-radius: 0px 0px 0px 0px;
}

.service_teaser.elegant .service_details {
    background-color: #ffffff;
    padding-right: 160px;
}

.service_teaser.elegant .service_details p {
    font-weight: 300;
}

.service_teaser.elegant .service_photo figure {
    border-radius: 50%;
    margin: 0 40px 0 120px;
}

.service_teaser.elegant .service_details .section_header {
    margin: 0 0 15px 0;
}

.service_teaser.vertical {
    border-radius: 0px 0px 0px 0px;
    margin: 0 0 0px 0px;
    text-align: center;
}

.service_teaser.vertical .service_photo {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.service_teaser.vertical .service_photo figure {
    border-radius: 6px 6px 0 0;
    min-height: 160px;
    margin: 0 10%;
}

.service_teaser.vertical .service_details {
    border-top: solid 1px #ccc;
    background-color: transparent;
    height: auto;
    min-height: 100px;
    padding: 0 20px 0px 20px;
    border-radius: 0px 0px 6px 6px;
}

.service_teaser.vertical .service_details p {
    font-weight: 300;
    margin-bottom: 20px;
}

.service_teaser.vertical.elegant {
    border: solid 0px #e7e7e7;
}

.service_teaser.vertical.elegant .service_photo figure {
    border-radius: 50%;
    margin: 0 25px 0 100px;
}

section.parallax.call_to_action {
    position: relative;
    padding: 0;
    margin-top: 75px;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.parallax.call_to_action .overlay {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 75px 0;
}

section.parallax.call_to_action.skincolored .overlay {
    background-color: #1466bc;
    background-color: rgba(66, 139, 202, 0.6);
}

section.parallax.call_to_action h3 {
    position: relative;
    color: #fff;
}

section.parallax.call_to_action h4 {
    position: relative;
    color: #fff;
}

.pricing_wrapper {
    padding: 40px 0;
}

.pricing_plan {
    border-radius: 6px;
    text-align: center;
    border: solid 1px #cccccc;
    margin-bottom: 0px;
    background-color: #ffffff;
}

.pricing_plan h3 {
    border-radius: 6px 6px 0px 0px;
    background-image: url('../image/owl.video.play.svg');
    background-color: #fff;
    padding: 60px 5px;
    margin: 20px;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
}

.pricing_plan h3 small {
    display: block;
    font-size: 16px;
}

.pricing_plan .the_price {
    padding: 15px;
    font-size: 40px;
    font-weight: 600;
    margin: 20px auto 20px auto;
    width: 60%;
    border-bottom: dashed 1px #cccccc;
}

.pricing_plan .the_price span {
    font-size: 30px;
}

.pricing_plan .the_price small {
    font-size: 14px;
}

.pricing_plan .the_offerings {
    padding: 0 30px;
}

.pricing_plan .the_offerings p {
    color: #999999;
    margin-bottom: 10px;
}

.pricing_plan .the_offerings ul {
    list-style: none;
    margin: 0px 0;
    padding: 0;
}

.pricing_plan .the_offerings ul li {
    margin: 0;
    padding: 5px;
    display: block;
}

.pricing_plan a.btn {
    margin: 30px;
    border-radius: 30px;
}

.pricing_plan.special {
    padding: 0px 0 30px 0;
    position: relative;
    top: -15px;
}

.pricing_plan.special h3 {
    background-image: url('../image/owl.video.play.svg');
    background-color: #7eb0db;
    color: #fff;
}

.pricing_plan.special h3 small {
    color: #fff;
}


ul.portfolio_filters {
    margin: 0 0 24px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    text-align: center;
}

ul.portfolio_filters li {
    display: inline-block;
}

ul.portfolio_filters li a {
    display: block;
    padding: 6px 30px;
    margin: 0 2px 12px 2px;

    letter-spacing: 0px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

ul.portfolio_filters li a.active {
    padding: 12px 40px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

ul.portfolio_filters li a.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(66, 139, 202, 0);
    border-top-color: #1466bc;
    border-width: 6px;
    margin-left: -6px;
}

ul.portfolio_filters li a:hover,
ul.portfolio_filters li a:active {
    text-decoration: none;
    background-color: #1466bc;
    color: #ffffff;
}

ul.portfolio_filters li a:hover:after,
ul.portfolio_filters li a:active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(66, 139, 202, 0);
    border-top-color: #1466bc;
    border-width: 6px;
    margin-left: -6px;
}

ul.portfolio_filters li a.active,
ul.portfolio_filters li a.active:hover {
    background-color: #1466bc;
    color: #ffffff;
}

.portfolio_strict .row>div {
    padding: 0 5px;
}

.portfolio_strict.row>div {
    padding: 0 5px;
}

.portfolio_strict .portfolio_item {
    text-align: center;
    padding: 0px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 10px;
}

.portfolio_strict .portfolio_item a figure {
    height: 230px;
    position: relative;
    overflow: hidden;
    margin: 0px;
    background: #fff;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: solid 0px #fff;
}

.portfolio_strict .portfolio_item a figure figcaption {
    display: table;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate(0px, -230px);
    -ms-transform: translate(0px, -230px);
    -o-transform: translate(0px, -230px);
    transform: translate(0px, -230px);
    background-color: #1466bc;
    background-color: rgba(66, 139, 202, 0.6);
    padding: 0px;
    width: 100%;
    height: 230px;
    line-height: 50px;
    text-align: center;
}

.portfolio_strict .portfolio_item a figure figcaption .portfolio_description {
    display: table-cell;
    vertical-align: middle;
    padding-top: 20px;
    color: #fff;
}

.portfolio_strict .portfolio_item a figure figcaption .portfolio_description h3 {
    margin: 0;
    padding: 0 0 15px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;

    letter-spacing: 0.4px;
}

.portfolio_strict .portfolio_item a figure figcaption .portfolio_description span.cross {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
}

.portfolio_strict .portfolio_item a figure figcaption .portfolio_description span.cross:before,
.portfolio_strict .portfolio_item a figure figcaption .portfolio_description span.cross:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    height: 1px;
    background: #ffffff;
}

.portfolio_strict .portfolio_item a figure figcaption .portfolio_description span.cross:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.portfolio_strict .portfolio_item a figure figcaption .portfolio_description p {
    margin: 0;
    padding: 20px 0 0 0;
    font-size: 12px;
    font-weight: 400;

    letter-spacing: 0.4px;
}

.portfolio_strict .portfolio_item a:hover figcaption {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.portfolio_masonry .row>div {
    padding: 0 5px;
}

.portfolio_masonry.row>div {
    padding: 0 5px;
}

.portfolio_masonry .portfolio_item {
    text-align: center;
    margin-bottom: 24px;
}

.portfolio_masonry .portfolio_item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.portfolio_masonry .portfolio_item a img {
    max-width: 100%;
}

.portfolio_masonry .portfolio_item a .overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 10px;
    width: 100%;
    height: 100%;
    background-color: #1466bc;
    background-color: rgba(66, 139, 202, 0.6);
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    top: 0px;
    left: 0px;
}

.portfolio_masonry .portfolio_item a .overlay .desc {
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 10% 0;
    font-size: 13px;
}

.portfolio_masonry .portfolio_item a .overlay h3 {
    font-size: 18px;
    line-height: 22px;
}

.portfolio_masonry .portfolio_item a .overlay span.cross {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px auto;
    position: relative;
}

.portfolio_masonry .portfolio_item a .overlay span.cross:before,
.portfolio_masonry .portfolio_item a .overlay span.cross:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 20px;
    left: 0;
    height: 1px;
    background: #ffffff;
}

.portfolio_masonry .portfolio_item a .overlay span.cross:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.portfolio_masonry .portfolio_item a:hover .overlay {
    color: #fff;
    text-decoration: none;
    opacity: 100 !important;
    filter: alpha(opacity=10000) !important;
    left: 0;
}

.portfolio_masonry .portfolio_item a.lightbox .overlay {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.3);
}

.portfolio_slider_wrapper {
    padding: 0px 0;
}

.portfolio_slider_wrapper #portfolio_slider.flexslider .item {
    height: 680px;
    width: 100%;
}

.portfolio_slider_wrapper #portfolio_slider.flexslider .container {
    height: 680px;
}

.portfolio_slider_wrapper #portfolio_slider .container a {
    display: block;
    width: 100%;
    height: 100%;
}

.portfolio_slider_wrapper #portfolio_slider .container .carousel-caption {
    margin: 0;
    padding: 0;
}

.portfolio_slider_wrapper #carousel {
    padding: 10px 0;
    margin: 0 0 10px 0;
}

.portfolio_slider_wrapper #carousel ul.slides li {
    height: 140px;
    overflow: hidden;
    margin-right: 10px;
}

.portfolio_details .section_header {
    padding: 16px 20% 24px 0px;
    margin: 0;
}

.portfolio_details .well {
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset;
}

.rating {
    display: inline-block;
    width: 95px;
    height: 21px;
    position: relative;
    left: 3px;
    top: 5px;
    background: url(../image/owl.video.play.png);
}

.rating.r0 {
    background-position: 0 240px;
}

.rating.r1 {
    background-position: 0 218px;
}

.rating.r2 {
    background-position: 0 195px;
}

.rating.r3 {
    background-position: 0 174px;
}

.rating.r4 {
    background-position: 0 152px;
}

.rating.r5 {
    background-position: 0 130px;
}

.rating.r6 {
    background-position: 0 107px;
}

.rating.r7 {
    background-position: 0 86px;
}

.rating.r8 {
    background-position: 0 63px;
}

.rating.r9 {
    background-position: 0 42px;
}

.rating.r10 {
    background-position: 0 20px;
}


article.post {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    border-bottom: dashed 1px #cccccc;
}

article.post .post_header h3.post_title {
    font-weight: 600;
    padding-top: 0px;
    margin-top: 3px;
    font-size: 32px;
}

article.post .post_header h3.post_title a:link,
article.post .post_header h3.post_title a:visited {
    color: #666666;
}

article.post .post_content figure {
    max-height: 400px;
    overflow: hidden;
    margin: 15px 0 25px 0;
}

article.post .post_content figure img {
    max-width: 100%;
}

article.post .post_content .btn {
    margin-top: 10px;
}

#post_comments {
    padding: 0 0 30px 0;
    margin: 0 0 40px 0;
    border-bottom: dashed 1px #cccccc;
}

#post_comments .comment {
    padding: 10px 0;
}

#post_comments .comment .comment_name {
    font-weight: 600;
    padding-top: 10px;
}

#post_comments .comment .comment_name a.reply {
    font-size: 12px;
    padding: 0 6px;
}

#post_comments .comment .comment_date {
    font-size: 12px;
}

#sidebar {
    padding: 0px 0 0 30px;
}

#sidebar aside.widget {
    margin: 0 0 40px 0px;
}

#sidebar aside.widget h4 {
    padding: 7px 0;
    font-weight: 800;
    font-size: 16px;

}

#sidebar aside.widget .tab-pane {
    padding-top: 30px;
}

.ads a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #1466bc;
    color: #fff;
    border-radius: 0;
}

#tags a {
    display: contents;
    padding: 10px;
    margin: 0 10px 10px 0;
    float: left;
    font-weight: 300;

}

#sidebar li.media .media-photo {
    width: 70px;
    height: 70px;
    border-radius: 6px;
}

#sidebar li.media h5.media-heading {
    font-weight: 600;
}

#sidebar li.media p {
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2em;
}

#sidebar li.media a.media-date {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    float: left !important;
    background-color: #1466bc;
    background-color: rgba(66, 139, 202, 0.8);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
    margin: 0 10px 0 0;
    color: #fff;
}

#sidebar li.media a.media-date:hover {
    opacity: 0;
    filter: alpha(opacity=0);
}

#sidebar li.media a.media-date span {
    font-size: 13px;
    font-weight: 400;
}


.signin {
    text-align: center;
    background-color: #ffffff;
    padding: 40px;
    border: solid 1px #e7e7e7;
    margin-bottom: 24px;
    border-radius: 6px;
}

.signin form input {
    margin-bottom: 10px;
}

.signin form .forgot {
    padding: 0 0 20px 0;
    font-weight: 300;
}

.signin form .forgot .checkbox {
    font-weight: 300;
}

.signin form .forgot .checkbox input[type="checkbox"] {
    float: none;
}

.social_sign h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 22px;
}

.social_sign a {
    background-color: #1466bc;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    margin: 0 8px;
    border-radius: 50%;
    font-size: 30px;
    width: 66px;
    height: 66px;
    line-height: 30px;
    padding: 18px;
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

.social_sign a.fb {
    background-color: #3B5998;
}

.social_sign a.tw {
    background-color: #00ACEE;
}

.social_sign a.gp {
    background-color: #E44B39;
}

.social_sign a:link,
.social_sign a:visited {
    color: #ffffff;
}

.social_sign a:hover,
.social_sign a:active {
    -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.or {
    overflow: hidden;
    text-align: center;
    padding: 30px 0 0 0;
}

.or .or_l,
.or .or_r {
    width: 40%;
    border-bottom: solid 1px #cccccc;
    display: inline-block;
    position: relative;
    left: 0px;
    top: -4px;
}

.or span {
    width: 8%;
    display: inline-block;
}

p.sign_title {
    font-weight: 600;
    padding: 30px 0 20px 0;
}

.signup {
    text-align: center;
    background-color: #ffffff;
    padding: 40px;
    border: solid 1px #e7e7e7;
    margin-bottom: 24px;
    border-radius: 6px;
}

.signup form input {
    margin-bottom: 10px;
}

.signup form .checkbox {
    font-weight: 300;
}

.signup form .checkbox input[type="checkbox"] {
    float: none;
}

.signup form .btn {
    margin-top: 47px;
}


.four-o-four i {
    font-size: 80px;
}

.search_form #search {
    height: 48px;
    margin-bottom: 20px;
}


.office_address address {
    padding: 13px 0;
}

.contact_form label {
    font-weight: 600;
}

.contact_form .row {
    margin-bottom: 15px;
}


.bs-docs-section img {
    border: solid 5px #000;
    border-radius: 6px;
}

.bs-docs-sidebar {
    padding: 40px 0;
    border-left: dashed 1px #ccc;
}

.bs-docs-sidebar.affix {
    top: -20px;
}

.bs-docs-sidebar li {
    border-bottom: dashed 1px #cccccc;
}

.bs-docs-sidebar li.active {
    border-left: solid 1px #1466bc;
    background-color: #eeeeee;
}


footer {
    color: #fff;
    background: none #222222;
}

footer .container.triangles-of-section div {
    top: -175px !important;
}

footer .container.triangles-of-section div:after {
    background: none #222222 !important;
}

footer .container.triangles-of-section div.square-left,
footer .container.triangles-of-section div.square-right {
    top: -178px !important;
}

footer .container.triangles-of-section div.square-left:after,
footer .container.triangles-of-section div.square-right:after {
    top: 3px !important;
}

footer a:link,
footer a:visited {
    color: #1466bc;
}

footer a:hover,
footer a:active {
    color: #2a6496;
    text-decoration: none;
}

.footer_teaser.pl_about_us_widget i {
    width: 34px;
    border-right: solid 3px #1466bc;
    font-size: 20px;
    margin: 0 10px 0px 0;
    padding: 0 0px 0 0;
}

.footer_teaser.pl_about_us_widget p:first-of-type {
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 5px;
    width: 100%;
}

.footer_teaser.pl_about_us_widget p {
    position: relative;
    padding: 0 15px 10px 0;
    display: inline-block;
}

.footer_teaser h3 {
    font-size: 16px;
    line-height: 18px;
    padding: 0 0 0px 0;
    margin: 20px 0 20px 0;
    border-bottom: solid 0px #ccc;
    color: #ccc;
    font-weight: 800;

}

.footer_teaser p {
    font-size: 13px;
    color: #ccc;
    font-weight: 400;
    margin-bottom: 2px;
}

.footer_social {
    clear: both;
    text-align: left;
    padding: 15px 0;
}

.footer_social a {
    text-align: center;
    display: inline-block;
    margin: 0 8px 0 0;
    background-color: #1466bc;
    border-radius: 6px;
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    color: #fff;
}

.footer_social a:link,
.footer_social a:visited {
    color: #fff;
}

.footer_social a i {
    -webkit-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}

.footer_social a:hover,
.footer_social a:active {
    background-color: #fff;
    color: #1466bc;
}

li.media {
    position: relative;
    min-height: 70px;
    margin-top: 15px;
}

li.media .media-photo {
    position: absolute;
    left: 0;
    top: 0px;
    width: 70px;
    height: 70px;
    margin: 0px;
    overflow: hidden;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 6px;
}

li.media h5.media-heading {
    font-weight: 600;
    padding: 2px 0px 0px 0px;
    margin: 0 0 0 85px;
    font-size: 14px;
}

li.media p {
    font-weight: 400;
    padding: 2px 5px 0px 0px;
    margin: 0 0 0 85px;
    font-size: 13px;
}

li.media a.media-date {
    float: left !important;
    border-radius: 6px;
    opacity: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 10px 10px 10px;
    margin: 0 0px 0 0px;
    height: 70px;
    width: 70px;
    position: relative;
    z-index: 2;
    color: #fff;
    line-height: 20px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

li.media a.media-date:hover {
    background-color: #1466bc;
    background-color: rgba(66, 139, 202, 0.6);
    opacity: 1;
}

li.media a.media-date span {
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

#latest-flickr-images ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#latest-flickr-images ul li {
    list-style: none;
    display: block;
    float: left;
    margin: 0 15px 15px 0px;
}

#latest-flickr-images ul li a {
    display: block;
    width: 70px;
    height: 70px;
    border: solid 1px #33333;
    overflow: hidden;
    border-radius: 6px;
}

#latest-flickr-images ul li a img {
    min-width: 70px;
    min-height: 70px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.copyright {
    border-top: solid 1px #000;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 300;
    color: #999999;
    font-size: 13px;
}

blockquote {
    border-left: 5px solid #999999;
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.43;
}


.onepage .affix {
    position: relative !important;
}

.onepage .menu_container .nav>li>a:hover,
.onepage .menu_container .nav>li>a:focus {
    background: none !important;
}

.onepage .portfolio_teasers_wrapper {
    margin-bottom: 70px;
}

.onepage .team_members_wrapper {
    margin-bottom: 80px;
}

.onepage .main section {
    padding-bottom: 75px;
}

.onepage .contact {
    position: relative;
    padding-top: 0px;
}

.onepage .contact.show_map {
    text-align: center;
}

.onepage .contact.show_map .contact_form_overlay {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.onepage footer .team_member {
    background: transparent;
    color: #ffffff;
    border: none;
}

.onepage footer .team_member a {
    color: #ffff00;
}

.onepage .contact_form_overlay {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 55px 0 15px 0;
    width: 100%;
    background-color: #1466bc;
    background-color: rgba(66, 139, 202, 0.8);
    background-image: url("../image/owl.video.play.svg");
    position: absolute;
    bottom: 0px;
}

.onepage .close_map,
.onepage .open_map {
    position: absolute;
    border-radius: 0 0 6px 0px;
    border: none;
    top: 0px;
    margin: 0 auto;
    z-index: 2;
    width: 280px;
}

.onepage .twitter_feed_wrapper {
    padding-bottom: 30px;
}

.onepage .footer_social {
    padding: 0;
}

.onepage .footer_social hr {
    border-color: #fff;
}

.onepage .footer_social .social_wrapper {
    background-color: #1466bc;
}

.onepage .footer_social a {
    border: solid 1px #fff;
}

.onepage #contact {
    padding-bottom: 0px !important;
}

.onepage #contact_form {
    padding: 30px 0 0 0;
}

.onepage #contact_form label {
    font-weight: 600;

}

.onepage #contact_form .form-control {
    border: solid 0px #cccccc;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.onepage .copyright {
    padding: 75px 0;
}

.onepage .copyright .container.triangles-of-section div:after {
    background-color: #111 !important;
}




@media (min-width: 992px) and (max-width: 1199px) {
	.search{text-align:left;padding:10px 0;float:right; margin-bottom:-50px;}
    .menu_container {
        margin: 26px 0px !important;
    }

    header.centered .logo {
        margin: 18px auto 0;
    }

    header.centered .menu_container {
        margin: 0px 0 !important;
    }

    .touch .sticky_header header {
        position: fixed;
        z-index: 10;
    }
}


@media only screen and (max-width: 991px) {
	.search{text-align:left;padding:10px 0;float:right; margin-bottom:-50px;}
    header .container {
        text-align: center;
    }

    header .logo {
        width: auto;
        display: inline-block;
        float: none;
        margin: 20px auto 0px auto;
    }

    header .menu_container {
        margin: 0px 0 0px 0;
        float: none;
    }

    header .menu_container>ul {
        float: left;
        text-align: center;
        display: block;
    }

    header .menu_container>ul>li {
        display: inline-block;
        float: none;
    }

    header .menu_container>ul>li a {
        padding-top: 12px;
        color: #777777;
    }

    header .menu_container>ul>li.right {
        float: right;
    }

    header .menu_container>ul>li ul {
        text-align: left;
        transform: scaleY(0);
        height: 0;
    }

    header .menu_container>ul>li:hover ul {
        transform: scaleY(1);
        height: 100%;
        transition: all 0.5s;
    }

    header .menu_container>ul>li ul ul {
        display: none;
    }

    header.centered .menu_container {
        margin: 0px 0;
    }

    .menu_container .dmui_dropdown_block {
        border: 1px solid #cccccc;
        color: #575757;
        top: 45px !important;
        visibility: visible;
        z-index: 30;
    }

    .sticky_header header.stuck {
        -webkit-transform: translate(0px, -55px);
        -ms-transform: translate(0px, -55px);
        -o-transform: translate(0px, -55px);
        transform: translate(0px, -55px);
    }

    .sticky_header header.stuck .top_bar {
        margin-top: -44px;
    }

    .full_page_photo {
        height: 380px;
    }

    .full_page_photo.slider_wrapper {
        height: 480px;
    }

    .full_page_photo.slider_wrapper .flexslider {
        height: 480px;
    }

    .full_page_photo.slider_wrapper .flexslider .container {
        height: 480px;
    }

    .full_page_photo.slider_wrapper .flexslider .container .carousel-caption h1 {
        font-size: 30px;
    }

    .full_page_photo.slider_wrapper .flexslider .container .carousel-caption .lead {
        font-size: 16px;
    }

    .full_page_photo.slider_wrapper .flexslider .item {
        height: 480px;
    }

    section.call_to_action h3 {
        font-size: 32px;
        line-height: 36px;
        padding-right: 5%;
        padding-left: 5%;
    }

    section.call_to_action h4 {
        font-size: 18px;
        line-height: 22px;
        padding-right: 5%;
        padding-left: 5%;
    }

    .section_header.fancy.centered {
        padding: 25px 10%;
    }

    .section_header.fancy.centered:before {
        width: 10%;
    }

    .section_header.fancy.centered:after {
        width: 10%;
    }

    .section_header.fancy small:before {
        width: 80%;
    }

    .section_header.fancy.centered small:before {
        left: 10%;
    }

    .section_header.elegant small:before {
        width: 80%;
    }

    .section_header.elegant.centered small:before {
        left: 10%;
    }

    .horizontal_teaser .horizontal_teaser_left {
        margin: 0px 0 35px 0;
        padding-right: 0px;
    }

    .horizontal_teaser .horizontal_teaser_left h3 {
        margin-top: 0;
    }

    .horizontal_teaser .horizontal_teaser_left {
        border-right: solid 0px #ccc;
        padding: 0 15px;
    }

    .horizontal_teaser .horizontal_teaser_right {
        border-left: solid 0px #ccc;
        padding-left: 15px;
        left: 0;
    }

    .horizontal_teaser .horizontal_teaser_right iframe {
        height: 330px;
        margin: 0px 0;
        border-radius: 6px;
    }

    .horizontal_teaser .horizontal_teaser_right figure {
        height: 330px;
        margin: 0px 0;
        border-radius: 6px;
        background: no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .main .dark_section.horizontal_teaser .horizontal_teaser_right {
        border-left: 0px solid #666666 !important;
    }

    .team_member {
        margin-bottom: 30px;
    }

    .team_member figure {
        margin: 0 auto;
        width: 150px;
        height: 150px;
    }

    .team_member figure img {
        width: 150px;
        height: 150px;
        border-radius: 150px;
    }
}


@media only screen and (max-width: 767px) {
	.search{text-align:left;padding:10px 0; width:266px; margin:0 auto; margin-bottom:0;}
    body {
        margin: 0;
        padding: 0;
    }

    .logo a.brand img {
        width: auto;
        height: 50px;
    }

    .style_switcher {
        display: none;
    }

    header .triangle-up-right,
    header .triangle-up-left {
        display: none;
    }

    header .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .triangles-of-section {
        display: none;
    }

    .full_page_photo {
        height: 220px;
    }

    .full_page_photo.no_photo {
        height: 150px;
    }

    .full_page_photo.slider_wrapper {
        height: 145px;
    }

    .full_page_photo.slider_wrapper .flexslider {
        height: 145px;
    }

    .full_page_photo.slider_wrapper .flexslider .container {
        height: 145px;
        display: none;
    }

    .full_page_photo.slider_wrapper .flexslider .container .carousel-caption h1 {
        font-size: 30px;
    }

    .full_page_photo.slider_wrapper .flexslider .container .carousel-caption .lead {
        font-size: 16px;
    }

    .full_page_photo.slider_wrapper .flexslider .item {
        height: 145px;
    }

    .full_page_photo {
        position: relative !important;
        background-size: cover;
        background-position: center;
    }

    .full_page_photo .hgroup .container {
        padding-left: 0;
    }

    .full_page_photo .hgroup .hgroup_title {
        padding: 27px 15px 7px;
    }

    .full_page_photo .hgroup .hgroup_title h1 {
        font-size: 32px;
    }

    .full_page_photo .hgroup .hgroup_subtitle {
        padding: 5px;
    }

    .full_page_photo .hgroup .hgroup_subtitle p {
        font-size: 14px;
    }

    header .logo,
    header.centered .logo {
        margin: 23px auto;
    }

    header.centered .menu_container>ul>li {
        display: inline-block;
        float: left;
    }

    header.centered .slider_wrapper {
        top: 0px !important;
    }

    .menu_container {
        margin: 0px 0 0px 0;
    }

    .menu_container>ul {
        background-color: #ffffff;
    }

    .menu_container>ul li {
        display: block;
        text-align: center;
        margin-bottom: 7px;
    }

    .menu_container>ul li.right {
        float: none;
    }

    .menu_container .dmui_dropdown_block {
        border: 0px solid #cccccc;
        width: 100%;
        top: 0px !important;
    }

    .menu_container .dmui_dropdown_block ul.dmui-submenu li a {
        text-align: center;
    }

    .sticky_header header {
        position: relative !important;
    }

    .sticky_header header.stuck {
        position: relative;
    }

    .sticky_header header.stuck>.container {
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .sticky_header .affix {
        position: relative;
    }

    .main {
        top: 0px !important;
    }

    .main .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .dmui_dropdown_block {
        background-image: none !important;
    }

    .service_teaser {
        margin-bottom: 70px !important;
    }

    .service_teaser .service_photo figure {
        min-height: 250px;
    }

    .service_teaser.vertical h2 {
        font-size: 24px;
    }

    .service_teaser.vertical h2 small {
        padding: 5px 0;
    }

    .portfolio_masonry .portfolio_item a img {
        width: 100%;
    }

    .team_member {
        margin-bottom: 30px;
    }

    .team_member figure {
        margin: 0 auto;
        width: 250px;
        height: 250px;
    }

    .team_member figure img {
        width: 250px;
        height: 250px;
        border-radius: 150px;
    }

    .pricing_wrapper .pricing_plan {
        margin: 20px 0;
    }

    .pricing_wrapper .pricing_plan.special {
        top: 0px;
    }

    section.article-text p {
        font-size: 16px;
        line-height: 1.5em;
    }

    #footer_teasers_wrapper .footer_teaser {
        margin: 0 0 40px 0;
    }

    #sidebar {
        padding: 0px 0 0 0px;
    }

    .twitter_feed_wrapper .flexslider .item {
        height: 110px;
    }

    .twitter_feed_wrapper blockquote {
        padding: 10px;
    }

    .twitter_feed_wrapper blockquote p {
        font-size: 13px !important;
    }

    .touch .overflow_wrapper {
        padding-bottom: 0 !important;
    }

    .top_bar .tob_bar_right_col {
        text-align: center;
    }
}


@media only screen and (max-width: 480px) {
	.search{text-align:left;padding:10px 0; width:266px; margin:0 auto; margin-bottom:0;}
    .menu_container>ul.collapsed>li {
        width: 100% !important;
        border-right: solid 0px #cccccc !important;
    }

    .menu_container>ul.collapsed>li:last-child {
        border-bottom: solid 0px red !important;
    }

    .team_member {
        margin-bottom: 30px;
    }

    .team_member figure {
        margin: 0 auto;
        width: 150px;
        height: 150px;
    }

    .team_member figure img {
        width: 150px;
        height: 150px;
    }

    .portfolio_slider_wrapper {
        margin-bottom: 30px;
    }

    .portfolio_slider_wrapper #carousel {
        display: none;
    }
}

.products-box-title h3 {
    background: #1466bc;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
    margin: 0;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
}

.products-box-title h3 a {
    float: right;
    font-weight: 600;
    color: #ffffff
}

.products-box-title h3:after {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    border-style: solid;
    border-width: 20px 10px;
    border-color: transparent transparent transparent #1466bc;
}

.products-box-content {
    position: relative;
    overflow: hidden;
}

.products-box-content ul {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(20, 102, 188, 0.85);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column wrap;

    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
}

.products-box-content ul li {
    text-align: center;
    margin: 10px 0;
}

.products-box-content ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.products-box:hover .products-box-content ul {

    animation-name: bounceInUp;

    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.homebottom-title h3 {
    text-align: center;
}

.homebottom-left {
    display: flex;
    transform: translateY(80px);
}

.homebottom-left-content {
    background: #1466bc;
    flex: 0 0 50%;
    padding: 20px 0;
}

.homebottom-left-content-box {
    background: #fff;
    padding: 20px;
    transform: translateX(20px);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.homebottom-left-content-box h3 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 0 0 10px 0;
}

.homebottom-left-content-box p {
    line-height: 1.4;
    color: #666;
    font-weight: 400;
    font-size: 13px;
    font-family: Arial;
}

.homebottom-left-content-box a {
    outline: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    width: auto;
    background-color: transparent;
    position: relative;
    border: 2px solid #1466bc;
    font-weight: 400;
    line-height: 30px;
    margin-right: 2.5em;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.homebottom-left-content-box a i {
    position: absolute;
    left: -40px;
    top: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #1466bc;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.homebottom-left-content-box a span {
    color: #666;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.homebottom-left-content-box a:hover i {
    left: 0px;
}

.homebottom-left-content-box a:hover span {
    color: #666;
    margin-left: 30px;
}


.homebottom-left-img {
    flex: auto;
    border: 3px solid #1466bc;
   
    display: flex;
    align-items: center;
}

.homebottom-left-img img {
    transform: translateX(20px);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.service-box {
    padding-top: 30px;
}

.service-box i {
    position: absolute;
    top: 10px;
    right: -50px;
    width: 60px;
    height: 60px;
    background: #666666;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    z-index: 1;
}

.service-box.box2 i {
    top: 10px;
    left: -50px;
}

.service-box.box3 i {
    top: -25px;
    left: 165px;
}

.service-box h3 {
    font-size: 18px;
    font-weight: 400;
}

.service-box h3 span {
    display: inline-block;
    margin-right: 8px;
    color: #1466bc;
}

.footer-line {
    height: 2px;
    background: #ddd;
    margin-bottom: 12px;
    width: 280px;
}

.footer-line::after {
    content: "";
    width: 80px;
    background: #1466bc;
    height: 100%;
    float: left;
}

.service-box p {
    font-weight: 400;
    font-size: 13px;
}

.service-box a {
    font-size: 14px;
    font-weight: 600;
    color: #999;
    border-bottom: 1px solid #ccc;
    padding: 2px 0;
}

.service-box a:hover {
    color: #1466bc;
}

.service-box:hover i {
    background: #1466bc;
}


.products_box {
    position: relative;
    margin: 10px 0;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
}

.products_box .products_inner {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(20, 102, 188, 0.8);
    width: 100%;
    height: 30px;
    transition: 0.3s;
    -sm-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.products_box:hover .products_inner {
    height: 100%;
}

.products_box .products_inner h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    webkit-transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    width: 100%;    
    text-transform: capitalize;
}



.twitter_feed_wrapper ul {
    display: flex;
    flex-flow: wrap;
}

.twitter_feed_wrapper ul li {
    flex: 0 0 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twitter_feed_wrapper ul li .icon-holder {
    width: 50px;
    height: 50px;
    background: url(../image/icon-blue.png) no-repeat center;
    text-align: center;
    margin: 0 15px;
    flex: 0 0 auto;
}

.twitter_feed_wrapper ul li .icon-holder i {
    font-size: 22px;
    color: #fff;
    line-height: 50px;
}

.twitter_feed_wrapper ul li .text-holder h5 {
    color: #fff;
    font-weight: 400;
}

.twitter_feed_wrapper ul li .text-holder h5 a {
    color: #fff;
}

.footer_teasers_wrapper {
    padding-bottom: 40px !important;
}

.footer-title h3 {
    font-size: 16px;
    font-weight: 600;
}

.footer_teasers_wrapper .footer-line {
    margin-bottom: 30px;
    width: 100%;
}

.share {
    text-align: center;
    margin-top: 20px;
}

.share a {
    display: inline-block;
    margin: 0 2px;
}

.footer-goods {
    display: flex;
    flex-flow: wrap;
}

.footer-goods a {
    display: inline-block;
}

.footer-goods a:hover {
    text-decoration: underline;
}

.footer-goods>li {
    flex: 0 0 50%;
    margin-bottom: 20px;
}

.footer-goods>li>a {
    color: #81bcfb;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 10px
}

.footer-goods>li>ul>li>a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}


.footer-list a {
    display: inline-block;
}

.footer-list a:hover {
    text-decoration: underline;
}

.footer-list ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 10px;
}



.video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-wrap .link-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 0;
}


.video-wrap .link-circle span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #222;
}

.video-wrap .link-circle span:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #1466bc;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.video-wrap .link-circle span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-35%, -50%);
    transform: translate(-35%, -50%);
    color: #1466bc;
}

.video-wrap .link-circle span:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.video-wrap .link-circle span:hover i {
    color: #fff;
}

.video-wrap .link-circle span:hover:before {
    opacity: 1;
    transform: scale(.85);
    -webkit-transform: scale(.85);
}

.sidebar {}

.sidebar-title h3 {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    background: url(../image/title-icon.png) no-repeat center/contain;
}

.sidebar-list {
    margin-bottom: 30px;
}

.sidebar-list ul li a {
    display: block;
    background: #e5e5e5;
    color: #666;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 2px;
    position: relative;
    text-transform: capitalize;
    border-radius: 6px;
}

.sidebar-list ul li a::after {
    content: "\f061";
    font-family: 'FontAwesome';
    position: absolute;
    left: 20px;
    top: 12px;
    display: none;
}

.sidebar-list ul li:last-child a {
    margin-bottom: 0;
}

.sidebar-list ul li a.active {
    background: #1466bc;
    color: #fff;
}

.sidebar-list ul li a.active::after {
    display: block;
}

.sidebar-list ul li a:hover {
    background: #1466bc;
    color: #fff;
}

.sidebar-list ul li a:hover::after {
    display: block;
}




.sidebar-contact ul li {
    display: flex;
    margin-bottom: 2px;
}

.sidebar-contact ul li i {
    flex: 0 0 30px;
    height: 30px;
    line-height: 30px;
    background: #1466bc;
    text-align: center;
    color: #fff;
    position: relative;
}

.sidebar-contact ul li span {
    flex: auto;
    font-size: 13px;
    font-weight: 500;
    padding-left: 15px;
    line-height: 30px;
}

.sidebar-contact ul li i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-style: solid;
    border-color: transparent transparent transparent #1466bc;
    border-width: 5px;
}

.content {
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    overflow: hidden;
}

.content:before {
    content: "";
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent #eee;
    display: inline-block;
    vertical-align: middle;
}

.content h6 {
    font-size: 24px;
    display: inline-block;
    padding: 15px 0;
    vertical-align: middle;
    margin: 0;
}

.inner-title {
    border-bottom: 1px solid #bbb;
}

.inner-title h1 {
    margin: 0;
    padding: 12px 0;
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
}

.inner-title h1 i {
    color: #1466bc;
    margin-right: 10px;
}

.pb-0 {
    padding-bottom: 0 !important
}

.inner-text p {
    margin: 10px 0 30px;
}

.inner-text ul {
    margin-top: 30px;
}

.inner-text ul li {
    display: flex;
    margin-bottom: 20px;
    width: 50%;
    float: left;
}

.inner-text ul li span {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background: #1466bc;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #fff inset;
    margin-right: 15px;
    flex: 0 0 50px;
    align-self: center;
}

.inner-text ul li span img {}

.inner-text ul li .about-advantage {
    display: inline-block;
}

.inner-text ul li .about-advantage h2 {
    margin: 0;
    font-size: 18px;
    color: #4a4a4a;
    text-transform: capitalize;
}

.inner-text ul li .about-advantage p {
    margin-bottom: 0;
    margin-top: 7px;
}

.timeline {
    position: relative;
}

.timeline-hex-bottom,
.timeline-hex-bottom:before,
.timeline-hex-top:before,
.timeline-region-wrapper:before {
    content: '';
}

.timeline .before {
    content: '';
    position: absolute;
    top: 0;
    height: 102%;
    width: 2px;
    background: #f2f2ee;
}

.timeline .before:after,
.timeline .before:before {
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    content: '';
    background-color: #1466bc;
    width: 10px;
    height: 10px;
    z-index: 1;
    position: absolute;
}

.timeline .before:before {
    top: 0;
}

.timeline .before:after {
    bottom: -10px;
}

.timeline .line {
    background-attachment: fixed;
    position: absolute;
    left: 0;
    width: 100%;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #1466bc), color-stop(50%, #1466bc), color-stop(50%, #e2e3e3), color-stop(100%, #e2e3e3));
    background-image: -moz-linear-gradient(top, #1466bc 0, #1466bc 50%, #e2e3e3 50%, #e2e3e3 100%);
    background-image: -webkit-linear-gradient(top, #1466bc 0, #1466bc 55%, #e2e3e3 55%, #e2e3e3 100%);
    background-image: linear-gradient(to bottom, #1466bc 0, #1466bc 50%, #e2e3e3 50%, #e2e3e3 100%);
    height: 100%;
}

.timeline-region {
    position: relative;
    padding: 20px 0;
    perspective: 1000px;
    perspective-origin: 100% 50%;
}

.timeline-hex {
    width: 30px;
    height: 51.96px;
    margin: 0 15px;
    position: absolute;
    left: calc(-30px);
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    background-color: #888;
    line-height: 51.96px;
    display: inline-block;
}

.timeline-hex-title {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 15px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
}

.timeline-hex-bottom,
.timeline-hex-top {
    top: 0;
    overflow: hidden;
    background-color: #888;
    position: absolute;
    height: 100%;
    left: 0;
}

.timeline-hex-top {
    width: 100%;
    z-index: -1;
    transform: rotate(60deg);
}

.timeline-hex-bottom {
    width: 100%;
    z-index: -2;
    transform: rotate(-60deg);
}

.timeline-region-wrapper {
    padding: 0 0 0 125px;
}

.timeline-region-wrapper:before {
    display: block;
    width: 125px;
    height: 2px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e2e3e3;
}

.timeline-region-wrapper-content {
    padding: 15px;
    border-left: 2px solid #e2e3e3;
    position: relative;
}

.timeline-region-wrapper-content p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

.timeline-region-wrapper-content:after,
.timeline-region-wrapper-content:before {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #e2e3e3;
}

.timeline-region-wrapper-content:before {
    top: 0;
}

.timeline-region-wrapper-content:after {
    bottom: 0;
}

.timeline-hex.in-center,
.timeline-hex.in-center .timeline-hex-bottom,
.timeline-hex.in-center .timeline-hex-top,
.timeline-hex.in-center+.timeline-region-wrapper .timeline-region-wrapper-content:after,
.timeline-hex.in-center+.timeline-region-wrapper .timeline-region-wrapper-content:before,
.timeline-hex.in-center+.timeline-region-wrapper:before {
    background-color: #1466bc;
}

.timeline-hex.in-center+.timeline-region-wrapper .timeline-region-wrapper-content,
.timeline-hex.in-center:nth-child(odd) {
    border-color: #1466bc;
}

@media only screen and (min-width: 1170px) {
	
    .timeline .before {
        left: 50%;
        margin-left: -2px;
    }

    .timeline-region:nth-child(even) {
        width: 50%;
        left: 50%;
    }

    .timeline-region:nth-child(odd) {
        width: 50%;
        left: 0;
        perspective-origin: 100% 50%;
    }

    .timeline-region:nth-child(odd) .timeline-hex {
        left: auto;
        right: calc(-30px);
        z-index: 10;
    }

    .timeline-region:nth-child(odd) .timeline-region-wrapper {
        padding: 0 125px 0 0;
    }

    .timeline-region:nth-child(odd) .timeline-region-wrapper-content:after,
    .timeline-region:nth-child(odd) .timeline-region-wrapper-content:before,
    .timeline-region:nth-child(odd) .timeline-region-wrapper:before {
        left: auto;
        right: 0;
    }

    .timeline-region:nth-child(odd) .timeline-region-wrapper-content {
        border-left: 0;
        border-right: 2px solid #e2e3e3;
    }
}

.inner-text h5 {
    position: relative;
    margin: 10px 0;
    text-align: center;
    padding-bottom: 10px;
    font-size: 16px;
}

.inner-text h5:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #e2e3e3;
}

.certificate-one {
    margin-top: 20px;
    position: relative;
}

.certificate-one:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
}

.certificate-one p {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    font-size: 16px;
    transition: all 0.3s;
    word-break: break-word;
    width: 100%;
    text-align: center;
}

.certificate-one:hover:after {
    top: 86%;
}

.certificate-one:hover p {
    top: 93%;
}

.inner-text ul.about-philosophy {}

.inner-text ul.about-philosophy li {
    width: 100%;
}

.inner-text ul.about-philosophy li p {
    margin: 0;
}

.inner-text ul.about-philosophy li i {
    margin-right: 10px;
    color: #1466bc;
}

.workshop-box {
    margin-top: 30px;
    border: 3px solid #ccc;
    box-shadow: 2px 2px 4px #949494;
    position: relative;
}

.workshop-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 0 solid transparent;
    border-right: 50px solid rgba(0, 0, 0, 0.5);
    border-top: 50px solid transparent;
}

.workshop-box i {
    font-size: 16px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
}

.category ul.goods-list {
    display: flex;
    justify-content: space-around;
   
    padding-bottom: 25px;
    position: relative;
   
    flex-wrap: wrap;
}

.category ul.goods-list:after {
    content: "";
    height: 3px;
    
    width: 50%;
    display: block;
    bottom: -2px;
    position: absolute;
}

.category ul.goods-list li {
    flex: 0 0 200px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 4px #ccc;
}

.category ul.goods-list li:before {
    content: "";
    position: absolute;
    left: -45px;
    bottom: 0;
    border-bottom: 45px solid transparent;
    border-right: 45px solid #ffffff;
    border-top: 0px solid transparent;
}

.category ul.goods-list li:after {
    content: "";
    position: absolute;
    right: -45px;
    bottom: 0;
    border-bottom: 45px solid transparent;
    border-left: 45px solid #ffffff;
    border-top: 0px solid transparent;
}

/*.category ul.goods-list li.active {
    background: #1466bc;
}

.category ul.goods-list li.active a {
    color: #fff;
}

.category ul.goods-list li.active:before {
    border-right: 45px solid #1466bc;
}

.category ul.goods-list li.active:after {
    border-left: 45px solid #1466bc;
}
*/
.category ul.goods-list li:hover {
    background: #1466bc;
}

.category ul.goods-list li:hover a {
    color: #fff;
}

.category ul.goods-list li:hover:before {
    border-right: 45px solid #1466bc;
}

.category ul.goods-list li:hover:after {
    border-left: 45px solid #1466bc;
}

.ding {
    position: relative;
    min-height: 50px;
    width: 100%;
    left: 0;
    padding: 50px 30px 10px 50px;
    border-top: 3px solid #1466bc;
    border-left: 0;
}

.ding:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 46%;
    top: 40px;
    transform: translateX(-50%);
    z-index: 0;
    background: #595656;
    box-shadow: 2px 2px 4px #ccc;
}

.goods-details-img {
    position: relative;
}

.goods-details-img:after {
    position: absolute;
    left: 15px;
    bottom: 0;
    border-left: 20px solid rgba(0, 0, 0, 0.3);
    border-right: 45px solid transparent;
    border-bottom: 40px solid rgba(0, 0, 0, 0.3);
}

.goods-details-img img {
    width: 100%;
    overflow: hidden;
}

.goods-text {
    position: relative;
    background: #fff;
}

.goods-text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-left: 50px solid rgb(239, 239, 239);
    border-right: 60px solid transparent;
    border-bottom: 50px solid rgb(239, 239, 239);
    z-index: 1;
}

.goods-text:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-right: 50px solid rgb(239, 239, 239);
    border-left: 60px solid transparent;
    border-bottom: 50px solid rgb(239, 239, 239);
    z-index: 1;
}

.goods-text .ding img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.goods-text h1 {
    font-size: 18px;
    position: relative;
    display: block;
}

.goods-text h1 img {
    margin-right: 7px;
}

.goods-message {
    padding: 0px 20px 20px;
    border-bottom: 3px solid #1466bc;
}

.goods-message ul {
    margin-bottom: 10px;
}

.goods-message ul li i {
    color: #1466bc;
    margin-right: 7px;
    margin-bottom: 5px;
}

.goods-share {
    display: flex;
}

.addthis_counter.addthis_bubble_style {
    float: left;
}

.goods-content {
    margin-top: 20px;
    display:inline-block;
}

#myTabContent {
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 30px;
}

.nav>li>a {
    padding: 10px 35px;
    margin: 0;
    position: relative;
    border: 0 !important;
    transition: padding 0.3s;
    background: #fff;
    color: #666;
}

.nav>li>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 15px solid #eee;
    border-bottom: 42px solid transparent;
}

.nav>li>a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-right: 15px solid #eee;
    border-bottom: 42px solid transparent;
}

.nav-tabs>li.active>a {
    padding: 10px 55px;
}

.nav>li>a:hover {
    padding: 10px 55px;
    background-color: #1466bc;
    color: #fff;
}

.related-product {
    width: 100%;
}

.related-product .section_header.fancy {
    margin: 60px 15px 0px 15px;
    font-weight: 300;
}

.inner-text {
    margin-top: 20px;
}

.inner-text .table {
    border: 1px solid #ddd;
}

.inner-text .table>tbody>tr>td {
    text-align: center;
    padding: 10px 0;
}

.inner-text .table>thead>tr>th {
    text-align: center;
    padding: 20px 0;
    border: 0;
    background: #1466bc;
    color: #efefef;
}

.contact-map {
    margin-top: 40px;
    border: 1px solid #595656;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.news-one {
    margin-bottom: 30px;    overflow: hidden;
}

.news-left {
    width: 20%;
    display: flex;
    float: left;
}

.news-time {
    width: 70%;
    padding: 5px 0;
    text-align: center;
    background: #1466bc;
    color: #fff;
    border-radius: 15px;
    margin-right: 25px;
}

.news-cricle {
    width: 20px;
    height: 20px;
    border: 5px solid #1466bc;
    border-radius: 50%;
    align-self: center;
    position: relative;
}

.news-cricle:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 2px;
    background: #1466bc;
}

.news-line {
    position: absolute;
    width: 2px;
    height: 50px;
    background: #1466bc;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
}

.news-right {
    width: 77%;
    float: left;
    margin-left: 3%;
    background: #fff;
    padding: 15px 0;
    box-shadow: 2px 2px 4px #888;
    border-radius: 10px;
}

.news-img {}

.news-text {}

.news-text h2 {
    margin-top: 0;
    font-size: 22px;
}

.news-text p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.news-text a {
    outline: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    width: auto;
    background-color: transparent;
    position: relative;
    border: 2px solid #1466bc;
    font-weight: 400;
    line-height: 30px;
    margin-right: 2.5em;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.news-text a i {
    position: absolute;
    left: -40px;
    top: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    background-color: #1466bc;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.news-text a:hover i {
    left: 0px;
}

.news-text a:hover {
    padding-left: 40px;
}

ul.goods-list li {
    position: relative;
    margin-bottom: 5px;
}

ul.goods-list li:hover ul.list-two li a {
    color: #000;
}

ul.list-two {
    position: absolute;
    width: 150%;
    margin-top: 10px;
    z-index: 99;
    transition: all 0.5s;
    transform: scaleY(0);
    transform-origin: 0 0;
    left: -25%;
}

ul.goods-list li:hover ul.list-two {
    transform: scaleY(1);
}

ul.list-two li:before {
    display: none
}

ul.list-two li:after {
    display: none
}

ul.goods-list li ul.list-two li:hover a {
    color: #fff;
}

ul.list-two li {
    padding: 0px 10px;
}

#myTabContent td {
    padding-left: 7px;
}

@media only screen and (max-width: 767px) {
    .homebottom-left-content {
        flex: 0 0 100%;
    }

    .twitter_feed_wrapper ul li {
        flex: 0 0 100%;
        text-align: left;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .category ul.goods-list li.active:after {
        border-left: 46px solid #1466bc;
    }

    .category ul.goods-list li.active:before {
        border-right: 46px solid #1466bc;
    }

    .category ul.goods-list li {
        margin-bottom: 15px;
    }

    .inner-text ul li {
        width: 100%;
    }

    .goods-text:after {
        border-right: 30px solid rgb(239, 239, 239);
        border-left: 50px solid transparent;
        border-bottom: 50px solid rgb(239, 239, 239);
        right: -1px;
        top: -1px;
    }

    .goods-text:before {
        border-left: 30px solid rgb(239, 239, 239);
        border-right: 50px solid transparent;
        border-bottom: 50px solid rgb(239, 239, 239);
        left: -1px;
        top: -1px;
    }

    .nav>li>a:before {
        top: -1px;
        left: -1px;
        border-left: 16px solid #eee;
        border-bottom: 43px solid transparent;
    }

    .nav>li>a:after {
        top: -1px;
        right: -1px;
        border-right: 15px solid #eee;
        border-bottom: 43px solid transparent;
    }
}

.sidebar {
    background: #f8f8f8;
    margin-bottom: 60px;
    margin-top: -60px;
}

.sidebar-title {
    overflow: hidden;
    padding-bottom: 10px;
}

.sidebar-title h3 {
    margin: 0;
    transform: skewY(-3deg);
    transform-origin: 0 0;
    background: #1466bc;
    box-shadow: 0 3px 6px #666;
}

.sidebar-title h3 span {
    display: block;
    text-align: center;
    padding: 65px 0 20px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    transform: skewY(3deg);
}

.sidebar ul {
    padding: 10px 0 60px;
    position: relative;
}

.sidebar ul li a {
    display: block;
    color: #222;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0;
    text-align: center;
}

.sidebar ul li:after {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    border-radius: 100%;
    background: radial-gradient(rgba(27, 112, 195), rgba(27, 112, 195, 0));
    transition: 0.3s all;
}

.sidebar ul li:hover:after {
    width: 80%;
}

.sidebar ul li.active a {
    color: #1466bc;
    font-weight: 500;
}

.sidebar ul li.active:after {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    border-radius: 100%;
    background: radial-gradient(rgb(20, 102, 188), rgba(20, 102, 188, 0));
    transition: 0.3s all;
    width: 80%;
}

.sidebar ul .sidebar-contact {
    position: absolute;
    bottom: -30px;
    left: calc(50% - 30px);
    background: #fff;
    padding: 5px;
    border-radius: 100%;
    box-shadow: 0 -1px 0px #ddd;
}

.sidebar ul .sidebar-contact:before {
    display: block;
    content: "\f095";
    font-family: FontAwesome;
    background: #f3f3f3;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: #1466bc;
    border-radius: 100%;
    box-shadow: 0 2px 2px #bbb;
}

.sidebar ul .sidebar-contact:hover:before {
    animation: slosh 0.8s;
}

@keyframes slosh {
    0% {
        transform: rotate(0);
    }

    3% {
        transform: rotate(12deg);
    }

    6% {
        transform: rotate(-12deg);
    }

    10% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(12deg);
    }

    20% {
        transform: rotate(-12deg);
    }

    25% {
        transform: rotate(0);
    }

    30% {
        transform: rotate(12deg);
    }

    35% {
        transform: rotate(-12deg);
    }

    40% {
        transform: rotate(0);
    }

    45% {
        transform: rotate(12deg);
    }

    50% {
        transform: rotate(-12deg);
    }

    55% {
        transform: rotate(0);
    }

    60% {
        transform: rotate(12deg);
    }

    65% {
        transform: rotate(-12deg);
    }

    70% {
        transform: rotate(0);
    }

    75% {
        transform: rotate(12deg);
    }

    80% {
        transform: rotate(-12deg);
    }

    85% {
        transform: rotate(0);
    }

    90% {
        transform: rotate(12deg);
    }

    95% {
        transform: rotate(-12deg);
    }

    100% {
        transform: rotate(0);
    }
}

.download {
    margin-bottom: 50px;
    border-radius: 100px;
    box-shadow: 0 4px 8px #ccc;
    background: #eee;
    padding: 3px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    z-index: 99;
}

.download-img {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 100px;
    align-items: center;
    position: absolute;
    left: 3px;
    width: calc(100% - 6px);
    transition: all 0.5s;
}

.download-img-text {
    font-size: 30px;
    font-family: impact;
    padding-right: 30px;
    color: #1466bc;
}

.download-text {
    font-size: 30px;
    font-family: impact;
    color: #fff;
    height: 60px;
    padding-left: 30px;
    line-height: 60px;
}

.download:hover {
    background: #1466bc;
}

.download:hover .download-img {
    left: calc(100% - 63px);
    background: transparent;
}

.goods-slide {
    border: 4px solid #1466bc;
    box-shadow: 0 4px 8px #aaa;
}

.goods-slide.owl-carousel .owl-nav button.owl-prev,
.goods-slide.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .22s;
}

.goods-slide.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.goods-slide.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.goods-slide.owl-carousel .owl-nav .owl-nav {
    margin-top: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.goods-slide.owl-carousel .owl-nav [class*='owl-'] {
    color: #fff;
    font-size: 20px;
    padding: 8px 8px 10px;
    background: rgba(20, 102, 188, 0.5);
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
}

.goods-slide.owl-carousel .owl-nav [class*='owl-']:hover {
    background: rgba(27, 112, 195, 1);
    outline: none;
}

.goods-slide-box {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.goods-slide-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-left: 0px solid transparent;
    border-top: 159px solid transparent;
    border-right: 252px solid rgba(0, 0, 0, 0.7);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.goods-slide-box:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.panel-title{color:#fff;text-transform: capitalize;}    
.panel-default > .panel-heading{background-color: #1466bc;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{background-color: #1466bc;
    border-color: #1466bc;}
.pagination > li > a, .pagination > li > span{color: #1466bc;}
footer .footer_teasers_wrapper.dark_section {
    background: url(../image/footer-bg.jpg);
}
.downvideo{padding-top: 15px;margin-top: 15px;border-top: 1px solid #ccc;}
.products-box{margin-bottom:30px;}
.inner-title-details {
    text-align: center;
    background: url(../image/goods-title.png) no-repeat center;
    margin: 50px 0 30px;
}
.inner-title-details h3 {
    display: inline-block;
    line-height: 35px;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
}
.inner-title-details h3 span {
    color: rgb(230,0,18);
    font-size: 40px;
    text-shadow: -3px 3px 2px rgba(0, 0, 0, 0.15);
}

.goods-overlay {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0);
    transform: translateY(-50%) translateX(-50%) scale(0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.goods-overlay a {
    display: block;
    padding: 3px;
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background-color: #fff;
}

.goods-slide-box:hover .goods-overlay {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.goods-overlay a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #333;
    border-radius: 50%;
}

.goods-overlay:hover a i {
    background: #1466bc;
}


.goods-slide-box h6 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.goods-slide-box:hover h6 {
    transform: translateY(100%);
}

.panel-title {
    color: #fff;
    text-transform: capitalize;
}

.panel-default>.panel-heading {
    background-color: #1466bc;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #1466bc;
    border-color: #1466bc;
}

.pagination>li>a,
.pagination>li>span {
    color: #1466bc;
}

footer .footer_teasers_wrapper.dark_section {
    background: url(../image/footer-bg.jpg);
    background-size: cover;
}

.downvideo {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ccc;
}

.products-box {
    margin-bottom: 30px;
}



@media (max-width:768px) {

    .goods-slide， .footer_teasers_wrapper,
    .hidden-xs {
        display: none !important;
    }

    .news-right {
        width: 100%;
    }

    .news-cricle {
        display: none;
    }

    .news-time {
        padding: 4px 15px;
        position: absolute;
        z-index: 999;
    }
}


.goods-feedback{
    margin-top:30px;
    border-top:1px dashed #ddd;
}
.goods-feedback-title{
    text-align: center;
}
.products-box-content ul li.more{display:none;}
.products-box-content ul li.more a{    display: inline-block;
    border: 2px solid #fff;
    padding: 3px 10px;
    border-radius: 10px;}
	
	
.pageController {
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #505050;
    margin: 0 auto;
    margin-top: 16px;
    line-height: 24px;
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
float: left;
clear:both;
margin-left: 450px;}
.pageController .t2 {
    float: right;
    vertical-align: middle;
    line-height: 24px;
}
.pageController li {
    float: left;
}
.c {
    border: #efefef 1px solid;
    color: #505050;
    padding: 0 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-decoration: none;
    background: #1b93d5;
    color: #fff;
}
.pageController a {
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-decoration: none;
    background: #fff;
}
.bread a{
	 color: #fff;
	
}

/*热门搜索*/


#formsearch{float:left;}
#formsearch input{height:40px;line-height:40px;background:#fff;border:1px solid #cdcdcd;line-height:22px;padding-left: 10px;}
#formsearch input#keyword{width:160px;padding-left:6px;color:#666;}
#formsearch input#s_btn{height:40px;text-align:center;background-color:#1466bc;color:#fff;border:none;cursor:pointer; width:80px;}
.hotSearch{width:300px;float:right;height:40px;line-height:40px;font-weight:normal;}
.hotSearch a{margin-right:6px;color:#4c4c4c}




 .cn{float:left;margin-top: 38px;
    margin-left: 10px;}
 .en{float:left;margin-top: 38px;
    margin-left: 10px;}